You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Adopt Method > Vector.Adopt Method ([In] TVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Adopt Method ([In] TVec)

Adopts TVec object.

Syntax
C#
Visual Basic
public void Adopt([In] TVec Src);

Src object will be adopted by Vector. When the Vector gets out of scope, the Src object will be freed.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!